home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6984 / 6984.xpi / chrome / lazarus.jar / skin / options.css < prev    next >
Cascading Style Sheet File  |  2009-11-24  |  701b  |  45 lines

  1.  
  2. .lazarus-description {
  3.     color: #666;    
  4. }
  5. .lazarus-description-important {
  6.     color: #666;
  7.     font-weight: bold;    
  8. }
  9.  
  10. .lazarus-intbox {
  11.     text-align: right;
  12.     width: 40px;
  13. }
  14.  
  15. label {
  16.     line-height: 25px;    
  17. }
  18.  
  19. .pref-box {
  20.     padding: 3px;    
  21. }
  22. .prefWindow-dlgbuttons {
  23.     border-top: 1px solid grey;
  24. }
  25.  
  26. .lazarus-text-link {
  27.     color: #0000BB;    
  28.     text-decoration: underline;
  29.     cursor: pointer;
  30. }
  31. .lazarus-text-link:hover {
  32.     color: #0000FF;    
  33. }
  34.  
  35. #extensions-lazarus-expireSavedFormsInterval, 
  36. #extensions-lazarus-expireSavedFormsUnit {
  37.     max-height: 20px;    
  38. }
  39.  
  40. /* Fx on the mac is screwed */
  41. prefpane .content-box {
  42.     -moz-box-flex: 1;
  43.     -moz-box-pack: start;
  44.     -moz-box-align: start;
  45. }